Defines | |
| #define | REGISTER_RIMESSAGE(NAME) const UINT NAME = RegisterWindowMessage(TEXT(#NAME)); |
| Macro to register a named message. ( ) Register a named window message valid across all applications. Name should be clumsy to avoid naming problems. | |
Functions | |
| HWND | RI_GetTNS () |
| Get the message receiver handle of the navigation software. | |
|
|
|
|
|
Returns the message receiver handle of the navigation software. This handle must not be the handle of the application, nor the main window. Messages send to these will be ignored.
|
1.4.4